home *** CD-ROM | disk | FTP | other *** search
- /*=======================================================*/
- /* TVISTAT.C */
- /* */
- /* (c) Copyright 1988 Ralf Brown All Rights Reserved */
- /* May be freely copied for noncommercial use, so long */
- /* as this copyright notice remains intact, and any */
- /* changes are marked in the comment blocks preceding */
- /* functions. */
- /*=======================================================*/
-
- #include "tvapi.h"
-
- /*======================================================*/
- /* TVtimer_status is timer running? */
- /* Ralf Brown 4/3/88 */
- /*======================================================*/
-
- int pascal TVtimer_status(OBJECT timer)
- {
- return (int) TVsendmsg1(STATUS_MSG,TOS,timer) ;
- }
-
- /* End of TVISTAT.C */
-